home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / rlemak.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  80 lines

  1. Atari RLE Maker 
  2. by Michael Schuster and Peter Paul 
  3. The NIGHT SHIFT BBS (718)816-7792 
  4.  
  5.  
  6. The RLE Maker is a simple utility 
  7. to convert 62-sector hi-resolution 
  8. Atari screens into CompuServe 
  9. VIDTEX-compatible RLE (Run Length 
  10. Encoded) graphic files. It will 
  11. also work with Antic "E" files such 
  12. as those produced by MicroPainter 
  13. but with lower quality results. 
  14.  
  15. The RLE format was originally used on 
  16. the TRS-80 color computer and it 
  17. reflects that machine's limitations: 
  18. hi-res screens are a maximum of 256 
  19. by 192 pixels. An Atari screen is 320 
  20. by 192 pixels, so the sides must be 
  21. cropped to fit. RLE maker does this 
  22. automatically, removing 32 pixels 
  23. from each end of the scan line. Be 
  24. sure to take this into account when 
  25. selecting/creating screens for 
  26. conversion. They cannot go wall to 
  27. wall. 
  28.  
  29. You will be asked for a FULL FILESPEC 
  30. (e.g. Dn:XXXXXXXX.PI8) for the 
  31. input file. The output file name is 
  32. chosen for you by the program; it 
  33. consists of the original name with 
  34. an .RLE extender appended. It will 
  35. be created on the same drive as 
  36. the input file. 
  37.  
  38. The only function of the program 
  39. requiring explanation is the "Invert 
  40. Luminances?" question you will be 
  41. asked when the input file is opened. 
  42. In developing this program, it 
  43. it appeared to me that the VIDTEX 
  44. format defined foreground and back- 
  45. ground differently from Atari.  
  46. Therefore, to make the RLE picture 
  47. display properly, and not in inverse, 
  48. (as compared to the Atari original) 
  49. the foreground and background must 
  50. be swapped. RLE maker do this for you 
  51. if you answer "Y" to this question. 
  52.  
  53. This program is SLOW, even though it 
  54. was optimized in BASIC and then 
  55. compiled. This is mostly due to the 
  56. use of the LOCATE function to 
  57. determine the pixel value for each 
  58. position of the 256 x 192 matrix. 
  59. Please be patient. 
  60.  
  61.  
  62. You may test prospective uploads by 
  63. running the weather radar utilities 
  64. in this SIG, or by tricking VIDTEX 
  65. as follows: 
  66.  
  67. 1. Boot VIDTEX and configure as half 
  68.    duplex. If using an 850, turn your 
  69.    modem off. 
  70. 2. Copy the .RLE file into the buffer 
  71.    using SELECT-K. 
  72. 3. Display the file to the screen 
  73.    by typing SELECT-D. As much of the 
  74.    file as fit in the capture buffer 
  75.    should be displayed in graphic 
  76.    mode. 
  77.  
  78. Michael Schuster [70346,1745] 
  79.  
  80. tttttttttttt